SetSDKTcpServer. SDK Tcp Server.

Request

<?xml version="1.0" encoding="utf-8"?>

<sdk guid="##GUID">

<in method="SetSDKTcpServer">

<server host="##value" port="##value"/>

</in>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. server.host: Tcp server ip or domain name.

    3. server.port: The port that the tcp server listens on.

-->

Respond

<?xml version="1.0" encoding="utf-8"?>

<sdk guid="##GUID">

<out method="SetSDKTcpServer" result="##result"/>

</sdk>

 

<!--

Description:

    1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.

    2. out.method ="SetSDKTcpServer"

    3. out.result (The error code refers to ErrorCode.)

-->